home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #3
/
Amiga Plus CD - 1997 - No. 03.iso
/
pd
/
programmierung
/
alienbreed3d2_src
/
amos
/
packdir.amos
/
packdir.amosSourceCode
Wrap
AMOS Source Code
|
1997-01-31
|
213b
|
15 lines
F$=Fsel$("","","","")
F$=Dir$
A$=Dir First$(F$)
While Left$(A$,1)="*"
A$=Dir Next$
Wend
Repeat
While Left$(A$,1)="*"
A$=Dir Next$
Wend
A$=Left$(A$,30)-" "
Print A$
Exec "Packlha "+F$+A$
A$=Dir Next$
Until A$=""